home *** CD-ROM | disk | FTP | other *** search
- ; MMCtlsForIE / Animation Theater installer for IE 4.0.
- ; Van Kichline
- ; Jan 1997
-
- [Version]
- Signature = "$CHICAGO$"
- AdvancedINF = 2.5
-
-
- [DefaultInstall]
- Copyfiles = AnimationFiles, NoUninstallHelpers, SetupFiles
- AddReg = InstallMMCtlsForIE
- RegisterOCXs = SelfRegistration
-
-
- [Uninstall]
- UnRegisterOCXs = SelfUnRegistration
- DelFiles = AnimationFiles
- DelReg = DelRegSection
-
-
- [DestinationDirs]
- AnimationFiles = 11 ; System Directory
- NoUninstallHelpers = 11 ; System Directory
- SetupFiles = 17 ; INF Directory
-
-
- ; NOTE: cab file name MUST BE all lower case, or ActiveInstall on NT will fail!
- [SourceDisksNames]
- 1 = %SourceName%,ihamrt.cab,0
-
-
- [SourceDisksFiles]
- ihamrt.inf = 1 ; Setup file
-
- ihamutil.dll = 1 ; MMCtlsForIE DLLs and OCXs
- seq.dll = 1
- sgrfxe.ocx = 1
- filtwre.ocx = 1
- transe.ocx = 1
- effectsr.dll = 1
-
- am17.dll = 1 ; AudioMan DLLs
-
- ochlp30e.dll = 1 ; Animation Theater helper dlls
- ocimg30e.dll = 1
-
- mmsprite.ocx = 1 ; Animation Theater controls
- imix30.ocx = 1
- urlwv30.ocx = 1
- path30e.ocx = 1
-
-
- [SetupFiles]
- ihamrt.inf
-
-
- [NoUninstallHelpers]
- am17.dll,,,32 ; Don't overwrite newer files
-
-
- [AnimationFiles]
- ihamutil.dll,,,3 ; Queue deletes + setup critical
- seq.dll,,,3 ; Queue deletes + setup critical
- sgrfxe.ocx,,,3 ; Queue deletes + setup critical
- filtwre.ocx,,,3 ; Queue deletes + setup critical
- transe.ocx,,,3 ; Queue deletes + setup critical
- effectsr.dll,,,3 ; Queue deletes + setup critical
- mmsprite.ocx,,,3 ; Queue deletes + setup critical
- imix30.ocx,,,3 ; Queue deletes + setup critical
- urlwv30.ocx,,,3 ; Queue deletes + setup critical
- path30e.ocx,,,3 ; Queue deletes + setup critical
-
- ochlp30e.dll,,,3 ; Queue deletes + setup critical
- ocimg30e.dll,,,3 ; Queue deletes + setup critical
-
-
- [InstallMMCtlsForIE]
- HKLM,Software\Microsoft\MMCtlsForIE,InstallDir,,%11%
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MMCtlsForIE,"DisplayName",,"%SourceName%"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MMCtlsForIE,"UninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\ihamrt.inf, Uninstall"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MMCtlsForIE,"QuietUninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\ihamrt.inf, Uninstall,5"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MMCtlsForIE,"RequiresIESysFile",,"4.71"
-
- ;codecs registration Bug# 18134
- ;HKCR,MIME\Database\Content Type\image/gif\Bits,"0", 1, 03,00,00,00,FF,FF,FF,47,49,46
- ;HKCR,MIME\Database\Content Type\image/gif,"Image Filter CLSID", , "{A4834CD0-0AA9-11d0-A925-00AA004AE522}"
-
- ;HKCR,MIME\Database\Content Type\image/bmp\Bits,"0", 1, 0A,00,00,00,FF,FF,00,00,00,00,FF,FF,FF,FF,42,4D,00,00,00,00,00,00,00,00
- ;HKCR,MIME\Database\Content Type\image/bmp, "Image Filter CLSID", , "{2C559B51-F48E-11CF-A919-00AA004AE522}"
-
- HKCR,%MIMEpngBits%, "0", 1, 08,00,00,00,FF,FF,FF,FF,FF,FF,FF,FF,89,50,4E,47,0D,0A,1A,0A
- HKCR,%MIMEpng%, "Image Filter CLSID", , "{A3CCEDF7-2DE2-11D0-86F4-00A0C913F750}"
-
- ;HKCR,MIME\Database\Content Type\image/x-wmf\Bits, "0", 1, 04,00,00,00,FF,FF,FF,FF,D7,CD,C6,9A
- ;HKCR,MIME\Database\Content Type\image/x-wmf, "Image Filter CLSID", ,"{EC3DB3C6-333E-11D0-B724-00AA006C1A01}"
-
- ;HKCR,MIME\Database\Content Type\image/jpeg\Bits, "0", 1, 02,00,00,00,FF,FF,FF,D8
- ;HKCR,MIME\Database\Content Type\image/jpeg, "Image Filter CLSID", , "{65EABEB0-3CD2-11d0-8700-00A0C913F750}"
-
-
- [DelRegSection]
- HKCR,MMCtlsForIE
- HKLM,SOFTWARE\Microsoft\MMCtlsForIE
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MMCtlsForIE
-
-
- [SelfRegistration]
- %11%\seq.dll
- %11%\sgrfxe.ocx
- %11%\filtwre.ocx
- %11%\transe.ocx
- %11%\effectsr.dll
- %11%\mmsprite.ocx
- %11%\imix30.ocx
- %11%\urlwv30.ocx
- %11%\path30e.ocx
-
-
- ; Unregistration differs in that asycpict.dll is not unregistered. (It returns E_FAIL.)
- [SelfUnRegistration]
- %11%\seq.dll
- %11%\sgrfxe.ocx
- %11%\filtwre.ocx
- %11%\transe.ocx
- %11%\effectsr.dll
- %11%\mmsprite.ocx
- %11%\imix30.ocx
- %11%\urlwv30.ocx
- %11%\path30e.ocx
-
-
- [Strings]
- SourceName="Microsoft Multimedia Controls"
- MIMEpngBits="MIME\Database\Content Type\image/x-png\Bits"
- MIMEpng="MIME\Database\Content Type\image/x-png"
-